Fix the symbol versions for ostree_repo_get_remote_*option
authorAlexander Larsson <alexl@redhat.com>
Mon, 11 Apr 2016 10:46:57 +0000 (12:46 +0200)
committerColin Walters (automation) <walters+githubbot@verbum.org>
Mon, 11 Apr 2016 13:07:07 +0000 (13:07 +0000)
These were accidentally added to 2016.4 instead of 2016.5

Closes: #251
Approved by: cgwalters

src/libostree/libostree.sym

index c4f44d39b17963c92ff5494c3288bf0b7016500d..ea18632feb6743754f2fb18537c665cd311a78b9 100644 (file)
@@ -321,9 +321,6 @@ global:
         ostree_sysroot_deployment_unlock;
         ostree_deployment_get_unlocked;
         ostree_deployment_unlocked_state_to_string;
-        ostree_repo_get_remote_option;
-        ostree_repo_get_remote_list_option;
-        ostree_repo_get_remote_boolean_option;
 } LIBOSTREE_2016.3;
 
 /*                         NOTE NOTE NOTE
@@ -335,4 +332,7 @@ LIBOSTREE_2016.5 {
 global:
         ostree_repo_import_object_from_with_trust;
         ostree_sepolicy_get_csum;
+        ostree_repo_get_remote_option;
+        ostree_repo_get_remote_list_option;
+        ostree_repo_get_remote_boolean_option;
 } LIBOSTREE_2016.4;